if service.click({
{"%Actions",
"know contacting options",
"Record a message",
"Photo",
"Switch to front-facing camera",
}
})
return true
end

if service.click({
{"Photo capture|Retake",
}
})
return true
end

if service.click({
{"Send",
}
})
return true
end

return true